@CHARSET "UTF-8";

/* rem尺寸获取。配合fontsize.js
  UI图调成1920，元素尺寸= (ui尺寸/100) rem
 */
html,
body {
  width: 100%;
  min-width: 1350px;
}

a {
  text-decoration: none;
}

.page {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.content {
  width: 14rem;
  height: 6.46rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.device-img {
  width: 7.72rem;
  height: 100%;

}

.main {
  margin-top: 0.46rem;
  width: 5.66rem;
}

.head-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.head-box .logo {
	height: 0.94rem;
	width: 0.94rem;
	object-fit: cover;
	margin-right: 0.12rem;
	border-radius: 0.1rem;
}

.head-box .info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;

}

.head-box .info .name {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
}


.head-box .info .line {
  height: 0.19rem;
  width: 1px;
  background-color: #333333;
  display: inline-block;
  margin: 0 0.1rem;
}


.head-box .info .text {
  font-size: 0.24rem;
  font-weight: 400;
}

.center-box {
  margin: 0.9rem 0 0.66rem;
}
.mac-btns-wrap{
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content:  space-between;
  padding: 0 .44rem;
  box-sizing: border-box;
}
.hide-center-btn {
  display: none;
}

.btn-wrap {
  margin: 0 auto 0.06rem;
  width: 2.78rem;
  height: 0.86rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  border-radius: .12rem;
  background-color: #1890FF;
  overflow: hidden;
  cursor: pointer;
}
.btn-wrap-mac{
  width: 2.20rem;
  height: .84rem;
}

.btn-wrap .hide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #1890FF;
  transition: all 0.3s;
  opacity: 0;
}

.hide .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-70%, -50%);
  color: #FFFFFF;
  transition: all 0.3s;
  font-size: .22rem;
  font-weight: bold;
  white-space: nowrap;
}


.btn-wrap .show {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.btn-wrap .mac-show{
  flex-direction: row;

}
/* .btn-wrap .logo-wrap{
  flex: 0 0 auto;
  width: 0.64rem;
  background-color: #fff;
  position: relative;
} */
.btn-wrap .system-logo {
  width: .40rem;
  height: .34rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.btn-wrap .mac-show .system-logo{
  margin-bottom: 0;
  width: .44rem;
  height: .44rem;
}
.btn-wrap .system-name {
  /* flex: 1; */
  font-size: .16rem;
  color: #fff;
  transition: all 0.3s;
}
.btn-wrap .mac-show .system-name{
  font-size: .18rem;
}
.btn-wrap:hover .hide {
  opacity: 1;
}

.btn-wrap:hover .hide .text {
  transform: translate(-50%, -50%);
}

.btn-wrap:hover .show .system-logo {
  transform: translate(.25rem, .1rem);
}
.btn-wrap:hover .mac-show .system-logo {
  transform: translate(.25rem, 0);
}
.btn-wrap:hover .show .system-name {
  transform: translate(.25rem, 0);
}

.tips {
  font-size: .14rem;
  font-weight: 400;
  color: #5988B4;
  text-align: center;
  line-height: .16rem;
  white-space: nowrap;
}

.footer-box-wrap {
  width: 100%;
}

.footer-title {
  font-size: 0.16rem;
  line-height: .19rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: .14rem;
}

.footer-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
}

.footer-box .system-btn {
	width: 1.73rem;
	height: 1.66rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  position: relative;
}

.system-btn .system-logo-wrap {
  position: relative;
  width: .54rem;
  height: .54rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.system-btn .system-logo-wrap-2 {
	position: relative;
	width: .54rem;
	height: .54rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.system-btn .system-logo {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: all 0.2s;
}

.system-btn .download-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  transition: all 0.2s;
}

.system-btn .system-name-wrap {
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 400;
  color: #333333;
  position: relative;
  height: 0.36rem;
  line-height: 0.16rem;
  margin-top: 0.2rem;
}
.system-btn .system-name-wrap-2 {
	width: 100%;
	text-align: center;
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	position: relative;
	height: 0.36rem;
	line-height: 0.16rem;
	margin-top: 0.2rem;
}
.system-btn .system-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 1;
}
.system-name .main-name {
	font-size: .16rem;
	line-height: 0.19rem;
	margin-bottom: .06rem;
}

.system-name .sub-name {
	font-size: .16rem;
	line-height: .14rem;
	color: #999999;
	transform: scale(0.7);
}
.system-btn .show-tips {
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.2s;
  transform: translate(-80%, 0);
  white-space: nowrap;
  opacity: 0;
}




.system-btn:hover .system-logo-wrap .system-logo {
  width: 0;
  height: 0;
}

.system-btn:hover .system-logo-wrap .download-icon {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.system-btn:hover .system-name-wrap .system-name {

  opacity: 0;
  transform: translate(-30%, -50%);
}

.system-btn:hover .system-name-wrap .show-tips {
  opacity: 1;
  transform: translate(-50%, 0);
}

.system-btn-2 {
  width: 1.34rem;
  height: 1.42rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
}

.system-btn-main {
  transition: all 0.2s;
  transform: scale(1);
  transform-origin: center;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.system-btn-main .system-logo {
  width: 0.54rem;
  height: 0.54rem;
}

.system-btn-main .system-name {
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #333333;
  height: 0.19rem;
  line-height: 0.16rem;
  font-size: 0.14rem;
  margin-top: 0.22rem;
}


.qrCode-center {
	position: absolute;
	top: -1.52rem;
	left: 0.13rem;
	width: 1.44rem;
	height: 1.44rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffff;
	border-radius: 0.12rem;
	transition: all 0.5s;
	opacity: 0;
  z-index: -1;
}
.qrCode-center img{
	width: 1.272rem;
	height:1.272rem;
}

.qrCode-top-right {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  transition: all 0.2s;
  z-index: 2;
  opacity: 1;
}

.system-btn-2:hover .system-btn-main {

  transform: scale(0);
  z-index: 0;
  text-align: center;
}

.system-btn:hover .qrCode-center {
	opacity: 1;
  z-index: 10;
}

.system-btn:hover .qrCode-top-right {
  opacity: 0;
}


.weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #333;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.weixin-tip img {
  width: 100%;
}

.weixin-tip p {
  text-align: center;
  padding: 0 5%;
  position: relative;
}

.weixin-tip .close {
  color: #fff;
  padding: 5px;
  font: bold 35px/40px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0;
  left: 5%;
}

#weixin-tip-live p .short-url {
  background: #ffffff;
  width: 60%;
  display: inline-block;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 4px;
  transform: translate(-50%, 31%);
}

#weixin-tip-live-browser p .short-url {
  background: #ffffff;
  width: 60%;
  display: inline-block;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 4px;
  transform: translate(-50%, 31%);
}
.help-btn{
  display: block;
  font-size: 0.16rem;
  color: #1890FF;
  line-height: .19rem;
  text-align: center;
  margin-top: .32rem;

}
.help-btn a{
  color: #1890FF;
  text-decoration: underline;
  cursor: pointer;
}

/* 32位提示弹窗 */
.masked-wrap{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
}

.model-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  transform: translate(-50%, -50%);
  width: 4.36rem;
  height: 2.12rem;
  background-color: #fff;
  border-radius: .16rem;
  box-sizing: border-box;
}
.model-top{
  flex: 0 0 .62rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  box-sizing: border-box;
  border-bottom: .01rem solid #EEEEEE;
  font-weight: bold;
  font-size: .17rem;
  color: #333333;
}
.model-bottom{
  flex: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  font-size: .14rem;
  color: #333333;
}
.model-text{
  margin-top: .2rem;
}

.model-text p{
  margin: 0;
  text-align: center;
}

.model-btn{
  margin-top: .23rem;
  background-color: #1890FF;
  padding: .08rem .26rem;
  border-radius: .06rem;
  font-size: .14rem;
  color: #FFFFFF;
}

/* pc端微信浏览器引导 */
.wx-guide-wrap{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 10;
}
.guide-line{
  position: absolute;
  right: 1.05rem;
  top: .14rem;
  width: 9.36rem;
  height: .92rem;
}
.wx-guide-model{
  position: absolute;
  top: 1.16rem;
  right: 7rem;
  /* transform: translateX(-50%); */
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
.wx-guide-cont{
  width: 7.54rem;
  height: 2.48rem;
  background: linear-gradient(to bottom , #fff 0%, #DCE9FF 100%);
  border-radius: .17rem;
  box-sizing: border-box;
  font-size: .23rem;
  color: #333;
  padding: .4rem .35rem 0;
}

.wx-guide-item{
  display: flex;
  display: -webkit-flex;
}

.wx-guide-item .label{
  flex: 0 0 .71rem;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  background-color: #3A87FF;
  font-weight: bold;
  font-size: .2rem;
  color: #FFFFFF;
  margin-right: .17rem;
  border-radius: .06rem;
  box-sizing: border-box;
}
.wx-guide-item .text{
  flex: 1;
  font-size: .23rem;
  line-height: .35rem;
  /* word-break: break-all;
  word-wrap: break-word; */
}
.wx-guide-item .text img{
  display: inline-block;
  width: .35rem;
  height: .35rem;
  margin: 0 .14rem;
  vertical-align: middle;
}

.mt30{
  margin-top: .3rem;
}
.url-text{
  font-size: .23rem;
  color: #3A87FF;
}

.wx-guide-btn{
  width: 1.64rem;
  height: .58rem;
  border-radius: .29rem;
  border: .01rem solid #FFFFFF;
  font-size: .2rem;
  color: #FFFFFF;
  line-height: .58rem;
  text-align: center;
  margin-top: .7rem;
  cursor: pointer;
}

/* 箭头提示位置  暂时这样写*/
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .guide-line{
    right: 1.8rem;
  }
}

@media screen and (min-width:1050px) and (max-width: 1149px) {
  .guide-line{
    right: 1.83rem;
  }
}


@media screen and (min-width:1150px) and (max-width: 1249px) {
  .guide-line{
    right: 1.78rem;
  }
}


@media screen and (min-width:1250px) and (max-width: 1349px) {
  .guide-line{
    right: 1.6rem;
  }
}


@media screen and (min-width:1350px) and (max-width: 1449px) {
  .guide-line{
    right: 1.48rem;
  }
}


@media screen and (min-width:1450px) and (max-width: 1549px) {
  .guide-line{
    right: 1.25rem;
  }
}

@media screen and (min-width:1550px) and (max-width: 1649px) {
  .guide-line{
    right: 1.22rem;
  }
}

@media screen and (min-width:1650px) and (max-width: 1749px) {
  .guide-line{
    right: 1.15rem;
  }
}

@media screen and (min-width:1750px) and (max-width: 1849px) {
  .guide-line{
    right: 1.1rem;
  }
}

@media screen and (min-width: 1850px) and (max-width: 2449px) {
  .guide-line{
    right: 1.05rem;
  }
}


@media screen and (min-width: 2500px)  {
  .guide-line{
    right: 1.35rem;
  }
}